body {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #999999;
	font-size: 12px;
    font-family: SimSun;
}
A:link {
	color: blue;
	text-decoration: none;
}
A:visited {
	color: blue;
	text-decoration: none;
}
A:hover {
	color: red;
	text-decoration: underline;
}
a.menu:link {
    color: white;
    text-decoration: none;
}
a.menu:visited {
    color: white;
    text-decoration: none;
}
a.menu:hover {
    color: orange;
    text-decoration: underline;
}/*
a.pro:link {
    text-decoration: none;
}
a.pro:visited {
    text-decoration: none;
}
a.pro:hover {
    text-decoration: none;
}*/
table {
	border-collapse: collapse;
	width: 780px;
}
table.inside {
    border-collapse: separate;
    border-spacing: 0px;
    width: 100%;
}
td {
	margin: 0px;
	padding: 0px;
	background-color: white;
}
td.logotext {
    color: #333333;
    font-size: 30px;
    font-family: SimHei;/*
    font-weight: bold;*/
}
td.img {
    border: 0px solid #d1d1d1;
    background-color: #f5f5f5;
}
td.text {
    height: 20px;
    font-size: 12px;
    text-align: center;
    border-left: 0px;
    border-right: 0px;
    background-color: #f5f5f5;
}
p {
	text-align: left;
}
h2 {
	margin: 5px;
	padding: 0px;
	font-family: 黑体;
	font-size: 14px;
}
img {
    border: 1px solid #d1d1d1;
}
img.none {
    border: 0px solid #d1d1d1;
}
.logo {
	height: 80px;
	font: 36px bold 黑体;
    padding: 15px;
}
.menubar {
	height: 30px;
	border-bottom: 2px solid black;
	background-image: url('../images/menu_bg.jpg');
    color: white;
}
.ray_b {
        width: 250px;
        height: 80px;
        vertical-align: top;
        background-image: url('../images/ray_bottom250.jpg');
}
.main {
        background-color: #f5f5f5;
        border: 1px solid #e0e0e0;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 5px;
        font-size: 12px;
}
.main_top {
        width: 495px;
        height: 80px;
        padding-left: 20px;
        padding-right: 15px;
        background-image: url('../images/ray_bottom530.jpg');
        vertical-align: center;
}
.show {
        width: 225px;
        height: 500px;
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 10px;
        vertical-align: top;
}
.show_t {
        margin: 0px;
        height: 25px;
		color: white;
		padding-top: 0px;
        background-image: url('../images/line2.jpg');
        border: 1px solid gray;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
}
/*
.show_m {
        margin: 0px;
        height: 100px;
        border-left: 1px solid gray;
        border-right: 1px solid gray;
}
*/
.show_b {
        margin: 0px;
        padding: 10px;
        height: 400px;
        border: 1px solid #d1d1d1;
        text-align: center;
}
.main_middle {
        width: 490px;
        padding-left: 20px;
        padding-right: 15px;
        vertical-align: top;
        background-image: url('../images/main_middle.jpg');
}
.foot_l {
        height: 25px;
        width: 230px;
        background-color: #dce6f1;
}
.foot_r {
        height: 25px;
        width: 530px;
        background-image: url('../images/main_bottom.jpg');
}
.foot_b {
        height: 35px;
        width: 780px;
        background-color: #dce6f1;
        text-align: center;
        font-size: 12px;
}
.title {
        color: #364776;
        line-height: 25;
        font: normal normal bold 24px normal 黑体,Arial Black;
}